Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.platform.groups.audit.ExportService.contrib--excelExportFactory

This contribution is part of XML component org.nuxeo.ecm.platform.groups.audit.ExportService.contrib inside nuxeo-groups-rights-audit-5.8.jar

Extension Point

Extension point excelExportFactory of component ExportService.

Contributed Items

  • <ExcelExport factoryClass="org.nuxeo.ecm.platform.groups.audit.factory.ExcelExportAllGroups" name="exportAllGroupsAudit" template="templates/audit-groups-template.xls"/>
  • <ExcelExport name="exportListedGroupsAudit" template="templates/audit-groups-template.xls"/>

XML Source

<extension point="excelExportFactory" target="org.nuxeo.ecm.platform.groups.audit.ExportService">
    <ExcelExport factoryClass="org.nuxeo.ecm.platform.groups.audit.factory.ExcelExportAllGroups" name="exportAllGroupsAudit" template="templates/audit-groups-template.xls"/>
    <ExcelExport name="exportListedGroupsAudit" template="templates/audit-groups-template.xls"/>
  </extension>